home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 March / PCgo 2008-03 (CD).iso / interface / styles / static.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-12-05  |  986 b   |  76 lines

  1. body
  2. {
  3.   margin: 0 0 0 0;
  4.   padding: 0 0 0 0;
  5.   font-family: verdana, arial, helvetica, sans-serif;
  6.   background-color: transparent;
  7. }
  8.  
  9. .content {
  10.   float: left;
  11.   margin: 9px 0 0 11px;
  12. }
  13.  
  14. .pad5 {
  15.       padding: 5px;
  16. }
  17.  
  18. .pad10 {
  19.       padding: 10px;
  20. }
  21.  
  22. .pad15 {
  23.       padding: 15px;
  24. }
  25.  
  26. .pad20 {
  27.       padding: 15px 15px 15px 20px;
  28. }
  29.  
  30. h1 {
  31.    font-size: 1.2em;
  32.    margin: 0px;
  33.    color: #00388C;
  34. }
  35.  
  36. h2 {
  37.    font-size: 1.1em;
  38. }
  39.  
  40. h3 {
  41.    font-size: 1.0em;
  42. }
  43.  
  44. a {
  45.   color: #000;
  46.   text-decoration: none;
  47. }
  48.  
  49. a:hover {
  50.   color: red;
  51.   text-decoration: underline;
  52. }
  53.  
  54. .standardText {
  55.   font-size: 12px;
  56. }
  57.  
  58. .justify {
  59.   text-align: justify;
  60. }
  61.  
  62. table.texttable td {
  63.   font-size: 12px;
  64. }
  65.  
  66. a.readButton {
  67.     width: 190px;
  68.     height: 26px;
  69.     display: block;    
  70.     background-image: url("../images/actionButtons/read.gif");
  71. }
  72.  
  73. a.readButton:hover {
  74.     background-image: url("../images/actionButtons/read_hover.gif");
  75. }
  76.